projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20d35d
)
(zap-to-char): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 29 May 1999 19:08:52 +0000
(19:08 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 29 May 1999 19:08:52 +0000
(19:08 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index fd9cd5d1caad1914b207e450f71125c332b47a78..3d25fb010a0b09594c06a4e1222f7a58eeea7d44 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-363,6
+363,7
@@
and KILLP is t if a prefix arg was specified."
(defun zap-to-char (arg char)
"Kill up to and including ARG'th occurrence of CHAR.
+Case is ignored if `case-fold-search' is non-nil in the current buffer.
Goes backward if ARG is negative; error if CHAR not found."
(interactive "p\ncZap to char: ")
(kill-region (point) (progn